projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b684b70
)
* help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511).
author
Leo
<sdl.web@gmail.com>
Mon, 20 Dec 2010 11:31:15 +0000
(19:31 +0800)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 20 Dec 2010 11:31:15 +0000
(19:31 +0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 0807b00e6e0e42c5903b872a787e331f9364b2ce..752c9d81dac6c37afa3074f1a919ec1144f96d35 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2010-12-20 Leo <sdl.web@gmail.com>
+
+ * help-fns.el (describe-variable): Fix 2010-12-17 change.
+
2010-12-20 Juri Linkov <juri@jurta.org>
* isearch.el (isearch-lazy-highlight-error): New variable.
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 5743e1f601970e3e038b1bedcd189a2bddf6fbc3..5050244237d4d72d8e766f91125830b4345a1bbb 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-639,7
+639,7
@@
it is displayed along with the global value."
(let ((from (point)))
(terpri)
(pp val)
- (if (< (point) (
- 68 (line-beginning-position -1
)))
+ (if (< (point) (
+ 68 (line-beginning-position 0
)))
(delete-region from (1+ from))
(delete-region (1- from) from)))))
(terpri)